home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d2 / prompt.arc / PROMPTFO < prev    next >
Text File  |  1991-02-18  |  2KB  |  61 lines

  1.                                   PROMPT INFO
  2.  
  3. METASTRINGS
  4.  
  5. $t  Time
  6. $d  Date
  7. $n  Drive
  8. $p  Drive & Path
  9. $_  Moves cursor to next line
  10. $b  │
  11. $g  >
  12. $l  <
  13. $h  Backspaces one character
  14. $p  =
  15.  
  16. COLOR METASTRINGS
  17. Usage:  $e[xx;xx;...m
  18.  
  19. where xx is a number that changes the foreground or background color
  20. or the display attribute, such as blinking.  Semicolons separate each
  21. number, and m end the metastring.
  22. COLORS:
  23. Foreground      Color         Background    │    DISPLAY ATTRIBUTES
  24. 30··············Black·········40            │     0  Normal
  25. 31··············Red·········  41            │     1  Highlight
  26. 32··············Green·········42            │     4  Underline
  27. 33··············Yellow········43            │     5  Blink
  28. 34··············Blue········· 44            │     7  Inverse
  29. 35··············Magenta·······45            │
  30. 36··············Cyan··········46            │
  31. 37··············White·········47            │
  32.  
  33. POSITIONING
  34.  
  35. $e[rA    moves cursor up r rows
  36. $e[rB    moves cursor down r rows
  37. $e[cC    moves cursor right c columns
  38. $e[cD    moves cursor left c columns
  39. $e[r;cf  moves cursor to row r, column c
  40. $e[r;cH  also moves cursor to row r, column c
  41. $e[H     moves cursor to upper left corner
  42. $e[2J    clears screen and leaves cursor in upper left corner
  43. $e[K     erases current line from cursor to end of line
  44. $e[s     records cursor's current position
  45. $e[u     moves cursor to where it was when $e[s was issued
  46.  
  47. ALT Sequences for Graphic Characters
  48. ─ 196     ▐ 222     ╦ 203     ╡ 181    ┼ 197     ╝ 188
  49. ┐ 191                                            ╠ 204     ╫ 215
  50. ┌ 218     █ 219     ╩ 202     ╪ 216    │ 179
  51.                     ╖ 183     ╤ 209    ┬ 194     ╣ 185     ╨ 208     ε 238
  52. └ 192     ▒ 177     ╓ 214                                  ╕ 184     α 224
  53. ┘ 217     ═ 205     ╙ 211     ╧ 207    ┴ 193     ╬ 206     ╒ 213     ° 248
  54. ├ 195     ╗ 187     ╜ 189      30     ⌐ 169                         ⌡ 245
  55.           ╔ 201     ╟ 199      31     ¬ 170     ║ 186     ╘ 212
  56. ┤ 180                          3                          ╜ 189     ⌠ 244
  57.           ╚ 200     ╢ 182      5      ▀ 223               ╞ 198
  58.                                22     ▌ 221
  59.                                4
  60.  
  61.